WIP ✨ Added Delete API and implemented a unified interface across all commands and plugin options#5352
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
7b91689 to
0299493
Compare
f2fca86 to
ef8842f
Compare
ef8842f to
e5dc71c
Compare
571dc46 to
5c3fb7c
Compare
|
/hold cancel |
5c3fb7c to
d70c63c
Compare
d70c63c to
5545c1f
Compare
fe43e33 to
e69d8d6
Compare
a703406 to
70004af
Compare
70004af to
dd9ae3c
Compare
dd9ae3c to
7d19d37
Compare
7d19d37 to
e5b1ce5
Compare
Add delete functionality to remove APIs and webhooks from projects. Users can now clean up scaffolded resources. Generated-by: Cursor/Claude
e5b1ce5 to
65d1a67
Compare
|
@camilamacedo86: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Add comprehensive delete functionality to remove APIs and webhooks from projects. Users can now clean up scaffolded resources with automatic code removal, proper validation, and complete state restoration.
What's New
Users can now delete scaffolded APIs and webhooks from their projects:
Key Features
Automatic Code Removal
Delete commands automatically remove marker-inserted code from
cmd/main.goand test files:AddToSchemecallsGraceful Error Handling
If automatic removal fails:
Closes
#907